home *** CD-ROM | disk | FTP | other *** search
/ Saitek New Smart Technology Disc / Saitek New Smart Technology Disc (SD2.6).bin / Win9X / Drivers / data1.cab / InfsFre / SaiCls9x.inf < prev    next >
INI File  |  2002-06-27  |  2KB  |  98 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; SaiClass.inf
  3. ;;
  4.  
  5. [Version]
  6. Signature=$CHICAGO$
  7. Class="MagicBus"
  8. ClassGuid={678DCF40-E2E6-11D5-8CD5-E960089EA00A}
  9.  
  10. Provider=%MFGNAME%
  11.  
  12.  
  13. [ClassInstall32]
  14. AddReg=SaitekClassAddReg
  15.  
  16. [SaitekClassAddReg]
  17. HKR,,,,%SAITEKCLASSNAME%
  18. HKR,,Icon,,"-1"
  19.  
  20. ;
  21. [Manufacturer]
  22. %MFGNAME%=DeviceList
  23.  
  24. [DestinationDirs]
  25. DefaultDestDir=10,System32\Drivers
  26.  
  27. [SourceDisksFiles]
  28. SaiNtBus.sys=1
  29. SaiMini.sys=1
  30.  
  31. [SourceDisksNames]
  32. 1=%INSTDISK%,,,.\
  33.  
  34. [DeviceList]
  35. %DESCRIPTION%=DriverInstall,*SaiClass
  36.  
  37.  
  38. [ControlFlags]
  39. ExcludeFromSelect=*
  40.  
  41.  
  42.  
  43. ;------------------------------------------------------------------------------
  44. ;  Windows 2000 Sections
  45. ;------------------------------------------------------------------------------
  46.  
  47. ; TODO Add a LogConfig command to the following install section if this is a legacy device
  48.  
  49. [DriverInstall.NT]
  50. CopyFiles=DriverCopyFiles
  51.  
  52. [DriverCopyFiles]
  53. SaiNtBus.sys,,,2
  54. SaiMini.sys,,,2
  55.  
  56. [DriverInstall.NT.Services]
  57. AddService=SaiClass,2,DriverService
  58.  
  59. [DriverService]
  60. ServiceType=1
  61. StartType=3
  62. ErrorControl=1
  63. ServiceBinary=%10%\system32\drivers\SaiNtBus.sys
  64.  
  65. [DriverInstall.nt.hw]
  66. AddReg=DriverHwAddReg
  67.  
  68. [DriverHwAddReg]
  69. HKR,,FriendlyName,,%FRIENDLYNAME%
  70.  
  71. ;------------------------------------------------------------------------------
  72. ;  Windows 98 Sections
  73. ;------------------------------------------------------------------------------
  74.  
  75. [DriverInstall]
  76. AddReg=DriverAddReg
  77. CopyFiles=DriverCopyFiles
  78. ; TODO Add a LogConfig command and section if this is a legacy device
  79.  
  80. [DriverAddReg]
  81. HKR,,DevLoader,,*ntkern
  82. HKR,,NTMPDriver,,SaiNtBus.sys
  83.  
  84. [DriverInstall.HW]
  85. AddReg=DriverHwAddReg
  86.  
  87. ;------------------------------------------------------------------------------
  88. ;  String Definitions
  89. ;------------------------------------------------------------------------------
  90.  
  91. [Strings]
  92. MFGNAME="Saitek"
  93. INSTDISK="Saitek Installation Disc"
  94. DESCRIPTION="Saitek Magic Bus"
  95. FRIENDLYNAME="Root Enumerator"
  96. SAITEKCLASSNAME="Saitek Magic Bus"
  97.  
  98.